home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.4 / AdaptingToFonts / FontMover / README < prev   
Encoding:
Text File  |  1992-09-01  |  3.2 KB  |  75 lines

  1. Copyright (C) 1989, 1990 Michael Sinz
  2. Copyright (C) 1990 Commodore-Amiga, Inc.
  3.  
  4. FontMover 2.0 Documentation (Preliminary)
  5.  
  6. FontMover is a utility that assists in managing your Amiga fonts.  The
  7. FontMover will let you copy fonts from one directory to another, remove
  8. a font from a directory, and display a sample of the font.
  9.  
  10. FontMover will correctly maintain the ".font" index files for the font
  11. directories.  It will not generate missing ".font" files as this is the
  12. job of the FixFonts program.  If you always use the FontMover to manage
  13. your fonts, you should never need to use FixFonts.
  14.  
  15. The FontMover knows how to deal with the various ".font" types that are
  16. showing up in the system since 1.3.  (There have been a few types since
  17. 1.3).  In the event that you are adding a font to an existing
  18. family, the FontMover will make sure that they are of compatible type.
  19. If not, the FontMover will modify them to match in a compatible way.
  20. This also means that the FontMover can, while in 1.3, see and move a
  21. font that 1.3 Diskfont.library can not open.
  22.  
  23. There is full keyboard control in the program:
  24.  
  25. Pressing RETURN in the main window will make the first string gadget
  26. active.  Pressing return in the first string gadget will make the second
  27. string gadget active.  Pressing "1" will activate the first string gadget.
  28. Pressing "2" will activate the second string gadget.  Pressing "SHIFT-1"
  29. or "SHIFT-2" will load FONTS: into that string gadget and load that list.
  30.  
  31. To control the list gadgets (that is, move the highlight bar in them)
  32. you use the arrow keys.  In the main window there are four list
  33. gadgets.  These are controlled via the arrow keys based on the
  34. keyboard qualifier used in conjunction with them.  They are:
  35.  
  36. LEFT-SHIFT-arrow    - Controls the LEFT font name list
  37. LEFT-ALT-arrow        - Controls the LEFT font size list
  38.  
  39. RIGHT-SHIFT-arrow    - Controls the RIGHT font name list
  40. RIGHT-ALT-arrow        - Controls the RIGHT font size list
  41.  
  42. In the directory requester the arrow keys control the list gadget
  43. without any special qualifiers.  The SPACEBAR signifies a
  44. 'double-click' on the current active line.
  45.  
  46. Pressing RETURN in the Directory requester will activate the string
  47. gadget.  Pressing RETURN in the Create Directory requester will
  48. activate the string gadget.
  49.  
  50. To UN-Activate a string gadget without causing the next action,
  51. press the RIGHT-SHIFT-RIGHT-AMIGA keys together.  This is the same
  52. as tapping on the MENU mouse button.
  53.  
  54. In most parts of the program, the first character of the gadget is
  55. also a keyboard shortcut.  However, in the directory requester, the
  56. CANCEL and CREATE gadgets caused problems and thus "C" is for CREATE
  57. and "N" or ESC is for CANCEL.
  58.  
  59. In cases other than in HELP or ERROR displays, the user can press the
  60. HELP key (or '?' or 'H') for information.
  61.  
  62. When a requester is up, you can press the first character of the
  63. gadgets or ESC for cancel/negative.
  64.  
  65. If you get a requester that shows MORE and DONE, the DONE gadget will
  66. exit while the MORE gadget will continue with more of the text.
  67. (Since the requester text uses the Screen font, the times when you get
  68. a MORE gadget would depend on how much text can fit in your situation.)
  69.  
  70. Also, you can press Y for the positive gadget and N for the negative
  71. gadget.
  72.  
  73. CTRL-C and CTRL-\ are the same as the ESC key in any case where I do
  74. the ESC key.
  75.